From: Kim F. Storm Date: Tue, 15 Jun 2004 10:33:15 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~21959 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=80d3b43a769872a2a915176742097539aa671805;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index a180b8f7417..8d29cf2f08d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,13 @@ 2004-06-15 Kim F. Storm + * xdisp.c (try_cursor_movement): Exclude header line from scroll + margin at top of window. + (try_window_reusing_current_matrix): Calculate proper cursor position + after scrolling up with non-zero scroll margin, as the old cursor + position corresponds to value of PT before executing this command. + (try_window_id): Consider scroll margin at bottom of window too; + otherwise we fail to scroll when hl-line-mode is enabled. + * syntax.c (skip_chars): Only recognize [:class:] when it has the proper format and class is a lower-case word.